func net/http/httptest.parseContentLength

2 uses

	net/http/httptest (current package)
		recorder.go#L205: 	res.ContentLength = parseContentLength(res.Header.Get("Content-Length"))
		recorder.go#L243: func parseContentLength(cl string) int64 {